func github.com/jackc/pgx/v5/pgtype.encodeNumericText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L504: 	return encodeNumericText(n, buf)
		numeric.go#L547: func encodeNumericText(n Numeric, buf []byte) (newBuf []byte, err error) {
		numeric.go#L770: 	sbuf, err := encodeNumericText(n, nil)